static GdkDisplay *
get_display_for_surface (GdkSurface *primary,
- GdkSurface *secondary)
+ GdkSurface *secondary)
{
GdkDisplay *display = gdk_surface_get_display (primary);
}
static void
-gdk_surface_impl_move_to_rect (GdkSurface *surface,
- const GdkRectangle *rect,
- GdkGravity rect_anchor,
- GdkGravity surface_anchor,
- GdkAnchorHints anchor_hints,
- gint rect_anchor_dx,
- gint rect_anchor_dy)
+gdk_surface_impl_move_to_rect (GdkSurface *surface,
+ const GdkRectangle *rect,
+ GdkGravity rect_anchor,
+ GdkGravity surface_anchor,
+ GdkAnchorHints anchor_hints,
+ gint rect_anchor_dx,
+ gint rect_anchor_dy)
{
GdkSurface *transient_for_toplevel;
GdkDisplay *display;